home *** CD-ROM | disk | FTP | other *** search
/ PCMania 46 / PCMania CD46_2.iso / pc / sonar96 / gmenu.dir / 00057.ls < prev    next >
Encoding:
Text File  |  1994-07-07  |  159 b   |  12 lines

  1. on exitFrame
  2.   if the mouseCast = 91 then
  3.     go(the frame)
  4.   else
  5.     if rollOver(29) then
  6.       go(the frame)
  7.     else
  8.       go("x")
  9.     end if
  10.   end if
  11. end
  12.